public interface CiscoAddrParkStatusEv extends CiscoAddrEv
The system delivers the CiscoAddrParkStatusEv
event to the Address Observer to
report the current state of the parked call.
CiscoAddrEv
Modifier and Type | Field and Description |
---|---|
static int |
ID |
static int |
PARK_STATUS_ABANDONED
Indicates a previously parked call is disconnected while waiting to be retrieved.
|
static int |
PARK_STATUS_FORWARDED
Indicates the parked call has been forwarded to the configured Park Monitoring Forwarded No
Retrieve destination, as the Park Monitoring Forward-No-Retrieve timer has expired
|
static int |
PARK_STATUS_PARKED
Indicates a call was parked by the user
|
static int |
PARK_STATUS_REMINDER
Indicates the Park Monitoring Reversion Timer Service Parameter for the parked call has
expired.
|
static int |
PARK_STATUS_RETRIEVED
Indicates previously parked call was retrieved.
|
CAUSE_CALL_CANCELLED, CAUSE_DEST_NOT_OBTAINABLE, CAUSE_INCOMPATIBLE_DESTINATION, CAUSE_LOCKOUT, CAUSE_NETWORK_CONGESTION, CAUSE_NETWORK_NOT_OBTAINABLE, CAUSE_NEW_CALL, CAUSE_NORMAL, CAUSE_RESOURCES_NOT_AVAILABLE, CAUSE_SNAPSHOT, CAUSE_UNKNOWN, META_CALL_ADDITIONAL_PARTY, META_CALL_ENDING, META_CALL_MERGING, META_CALL_PROGRESS, META_CALL_REMOVING_PARTY, META_CALL_STARTING, META_CALL_TRANSFERRING, META_SNAPSHOT, META_UNKNOWN
Modifier and Type | Method and Description |
---|---|
CiscoCallID |
getCiscoCallID()
Returns the CiscoCallID which represents a unique object that is associated with each call.
|
java.lang.String |
getParkDN()
Returns the Directory Number where call is parked
|
java.lang.String |
getParkDNPartition()
Returns the partition info of the park Directory Number
|
java.lang.String |
getParkedParty()
Returns the Directory Number of the parked party
|
java.lang.String |
getParkedPartyPartition()
Returns the partition info of the parked party DN
|
int |
getParkState()
Returns the current state of the parked call
|
javax.telephony.Terminal |
getTerminal()
Returns the Terminal on whose address this event is delivered.
|
java.lang.String |
getTransactionID()
Returns an id which is unique for a particular parked call.
|
static final int ID
static final int PARK_STATUS_PARKED
static final int PARK_STATUS_REMINDER
static final int PARK_STATUS_RETRIEVED
static final int PARK_STATUS_ABANDONED
static final int PARK_STATUS_FORWARDED
int getParkState()
java.lang.String getTransactionID()
CiscoCallID getCiscoCallID()
java.lang.String getParkDN()
java.lang.String getParkDNPartition()
java.lang.String getParkedParty()
java.lang.String getParkedPartyPartition()
javax.telephony.Terminal getTerminal()